projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a7aa06
)
Test 'comp-eq' should not assume any string hashing policy
author
Andrea Corallo
<akrl@sdf.org>
Fri, 21 Feb 2020 18:59:46 +0000
(18:59 +0000)
committer
Andrea Corallo
<akrl@sdf.org>
Fri, 21 Feb 2020 19:00:59 +0000
(19:00 +0000)
test/src/comp-tests.el
patch
|
blob
|
history
diff --git
a/test/src/comp-tests.el
b/test/src/comp-tests.el
index fc6543bcaeca1ecdcb4b9c002861416a533229ca..00a402287408020d0b4fe653b88678d167822577 100644
(file)
--- a/
test/src/comp-tests.el
+++ b/
test/src/comp-tests.el
@@
-441,8
+441,7
@@
Check that the resulting binaries do not differ."
(ert-deftest comp-eq ()
(should (comp-test-eq 'a 'a))
(should (comp-test-eq 5 5))
- (should-not (comp-test-eq 'a 'b))
- (should-not (comp-test-eq "x" "x")))
+ (should-not (comp-test-eq 'a 'b)))
(ert-deftest comp-if ()
(should (eq (comp-test-if 'a 'b) 'a))